| 1. | Count , the result would be infinite recursion 当计数降为零时,在正常情况下, |
| 2. | Make sure you do not have an infinite loop or infinite recursion 确保您没有无限循环或无限递归。 |
| 3. | Test avoids infinite recursion in normal cases by doing nothing when the count falls to zero 测试不做任何事情来避免无穷递归。 |
| 4. | If a thread has memory problems , the most likely cause is programming error , such as infinite recursion 如果某个线程有内存问题,则最可能的原因为编程错误(如无限递归) 。 |
| 5. | The xbl binding " % s " is already used by too many ancestor elements ; not applying it to prevent infinite recursion Xbl绑定" % s "已被过多上层节点使用;现不执行该绑定以防止无穷递归。 |
| 6. | Thrown when the execution stack is exhausted by having too many pending method calls ; usually indicates a very deep or infinite recursion 当执行堆栈由于具有太多的挂起方法调用而耗尽时,就会引发此异常;这通常表明存在非常深的递归或无限递归。 |